(write_glyphs_with_face): New function.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 20 May 2007 02:27:53 +0000 (02:27 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 20 May 2007 02:27:53 +0000 (02:27 +0000)
commit280636a535491cbfe8c5cdb69bd0c15fda98bca4
treefe50415066958805b77a5dc911bd63b85479afe4
parentc951591c9db66323f22970e29201d6d905aa0e00
(write_glyphs_with_face): New function.
[HAVE_GPM_H]: Include buffer.h, sys/fcntl.h.
(mouse_face_beg_row, mouse_face_beg_col, mouse_face_end_row)
(mouse_face_end_col, mouse_face_past_end, mouse_face_window)
(mouse_face_face_id, term_gpm, pos_x, pos_y)
(last_mouse_x, last_mouse_y): New variables.
(term_show_mouse_face, term_clear_mouse_face, fast_find_position)
(term_mouse_highlight, term_mouse_movement, term_mouse_position)
(term_mouse_click, handle_one_term_event, Fterm_open_connection)
(Fterm_close_connection): New functions.
(term_init): Initialise mouse_face_window.
src/term.c